summaryrefslogtreecommitdiff
path: root/src/pages/api/product-variant/[id]
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/api/product-variant/[id]')
-rw-r--r--src/pages/api/product-variant/[id]/promotion/highlight.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pages/api/product-variant/[id]/promotion/highlight.js b/src/pages/api/product-variant/[id]/promotion/highlight.js
new file mode 100644
index 00000000..93b1e781
--- /dev/null
+++ b/src/pages/api/product-variant/[id]/promotion/highlight.js
@@ -0,0 +1,2 @@
+import handler from '~/pages/api/product-variant/[id]/promotion/highlight';
+export default handler; \ No newline at end of file